home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol C-14
/
Vol C-14.iso
/
games
/
peanut.swf
/
scripts
/
DefineSprite_94
/
frame_7
/
DoAction.as
Wrap
Text File
|
2012-04-23
|
503b
|
21 lines
if(eval("../:puckSmash") == "1")
{
gotoAndPlay(10);
}
else
{
puckGoalY = ("49.75" - eval("../:puckZ")) * "4";
if((- "1") * puckpower < puckGoalY and puckGoalY < puckpower and "240" < eval("../:puckX") and eval("../:puckX") < "315" and puckpower < "35" and goal == "0")
{
tellTarget("../board")
{
gotoAndStop("goal");
play();
}
set("../:score",eval("../:score") + "30");
goal = "1";
gotoAndPlay(10);
}
play();
}